home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 6 code / TCP / NewsWatcher / NW Source / Source / group.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-19  |  750 b   |  18 lines  |  [TEXT/MMCC]

  1. #include <Drag.h>
  2.  
  3. OSErr DoFindDialog (void);
  4. OSErr CheckScrapData (Handle data);
  5. void DisposeGroupUnreadList (TGroup *theGroup);
  6. void DisposeGroupArray (TGroup **groupArray, short numGroups);
  7. OSErr MakeGroupList (short numGroups, ListHandle theList);
  8. OSErr GetGroupDragScrapData (DragReference theDrag, Handle *dragData);
  9. OSErr MakeUserGroupWindow (StringPtr title, TGroup **groupArray, short numGroups,
  10.     TSavedWindPos *pos, WindowPtr *theWindow);
  11. OSErr MakeNewUntitledUserGroupWindow (WindowPtr *wind);
  12. OSErr MakeNewGroupsWindow (TGroup **groupArray, short numGroups,
  13.     WindowPtr *theWindow);
  14. OSErr MakeFullGroupWindow (TGroup **groupArray, short numGroups,
  15.     WindowPtr *theWindow);
  16. OSErr DoNewGroupWindow (void);
  17. void InitGroupDispatchTable (void);
  18.